home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / biosdos.arc / QUICKREF.BAT < prev   
DOS Batch File  |  1988-11-30  |  1KB  |  42 lines

  1. echo off
  2. CLS
  3. echo ╔═════════════════════════════╗
  4. echo ║ QUICKREF by DAVID E. POWELL ║
  5. echo ╚═════════════════════════════╝
  6. if .%1 == .bios goto ok
  7. if .%1 == .BIOS goto ok
  8. if .%1 == .dos goto ok
  9. if .%1 == .DOS goto ok
  10. echo The proper syntax is:
  11. echo .
  12. echo QUICKREF [BIOS │ DOS]
  13. echo .
  14. goto end
  15. :ok
  16. echo Turn on your printer and
  17. pause
  18. cls
  19. echo SAU├─────THIS SHOULD BEGIN ON THE LEFT PERFORATION >PRN
  20. echo Adjust the horizontal alignment of your paper according to the test
  21. echo pattern just printed. If it is not correct, press CTL-BREAK and
  22. echo re-run this program. Otherwise,
  23. pause
  24. cls
  25. echo Align your printer's paper to top-of-form and turn it off, then back on.
  26. echo Leave a blank sheet at the top and bottom after it is finished printing.
  27. pause
  28. cls
  29. echo ------------ PRINTING FRONT SIDE OF %1 QUICK REFERENCE CARD -----------
  30. copy %1ref1.crd prn >nul
  31. echo When it stops printing, tear off the paper TWO perfs below the end.
  32. echo Turn off the printer and put the paper back in to print on the reverse side.
  33. echo Try to align the top-of-form to the same spot as the first time.
  34. echo Turn the printer back on and
  35. pause
  36. cls
  37. echo ------------ PRINTING BACK SIDE OF %1 QUICK REFERENCE CARD -----------
  38. copy %1ref2.crd prn >nul
  39. echo Now you can get out your scissors and tape and put it all together.
  40. echo Append any comments or suggestions to QUICKREF FORUM on IBMPC at YKTVMV.
  41. :end
  42.